home *** CD-ROM | disk | FTP | other *** search
/ Strategy Challenges Collection / Strategy Challenges Collection.iso / pc / demo / demodata / menu.dxr / 00067.ls < prev    next >
Encoding:
Text File  |  1996-10-02  |  130 b   |  8 lines

  1. on exitFrame
  2.   repeat with nn = 1 to 48
  3.     set the visible of sprite nn to 1
  4.   end repeat
  5.   updateStage()
  6.   go(1, "MainInt")
  7. end
  8.